func net.dialUnix
3 uses
net (current package)
dial.go#L648: return dialUnix(ctx, d, network, laddr, raddr)
unixsock.go#L204: return dialUnix(context.Background(), nil, network, laddr, raddr)
unixsock.go#L207: func dialUnix(ctx context.Context, dialer *Dialer, network string, laddr, raddr *UnixAddr) (*UnixConn, error) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |